home *** CD-ROM | disk | FTP | other *** search
/ Aminet 19 / Aminet 19 (1997)(GTI - Schatztruhe)[!][Jun 1997].iso / Aminet / comm / misc / RecentScript.lha / RecentScript / Plugins / RecentScript_YAM.rexx
Encoding:
OS/2 REXX Batch file  |  1997-02-14  |  410 b   |  22 lines

  1. /*****
  2.   $VER: RecentScript YAM PlugIn 1.0 (10.2.97)
  3.  
  4.  
  5.      RecentScript PlugIn for E-Mail Reader YAM.
  6.  
  7.  Starts the MUIRexx application 'RecentScript' with the
  8.  currently selected mail in the message list window as
  9.  argument.
  10. *****/
  11.  
  12. options results
  13.  
  14. address 'YAM'
  15.  
  16. GetMailInfo File
  17. filename=result
  18.  
  19. address command 'MUIRexx:MUIRexx "MUIRexx:RecentScript/RecentScript.rexx 'filename'" PORT RECENTSCRIPT'
  20.  
  21. exit
  22.